projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b391d2b
)
(batch-update-autoloads): Add missing close paren.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 8 Feb 1994 04:53:09 +0000
(
04:53
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 8 Feb 1994 04:53:09 +0000
(
04:53
+0000)
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index 0a8ebb6524d372594a5cfa058ad650b4d2d42299..254a7d392797032c5f29a8a8bfc05138cc0938f8 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-402,7
+402,7
@@
For example, invoke \"emacs -batch -f batch-update-autoloads *.el\""
(funcall frob (car rest))
(setq rest (cdr rest))))
(funcall frob (car args)))
- (setq args (cdr args)))
+ (setq args (cdr args)))
)
(save-some-buffers t)
(message "Done")
(kill-emacs (if lost 1 0))))